home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-07-08 | 748 b | 24 lines |
- # ==================================================================
-
- # AUI_TIMER_TEST smake file
-
- # ------------------------------------------------------------------
-
- TimerTest: allocator.o amiga.o
- sc:c/slink FROM LIB:c.o "allocator.o" "amiga.o" "stack_adt.o"\
- TO TimerTest LIB LIB:sc.lib+LIB:amiga.lib
-
- allocator.o: allocator.c display_position.h general.h prototypes.h
- sc:c/sc allocator.c
-
- amiga.o: amiga.c amiga.h display_position.h general.h prototypes.h
-
- sc:c/sc amiga.c
-
- timertest.o: timertest.c display_position.h general.h prototypes.h
-
- sc:c/sc timertest.c
-
- # ==================================================================
-
-